home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / bat.lang < prev    next >
Text File  |  2004-07-06  |  2KB  |  43 lines

  1. # DOS Batch script language definition file
  2. #
  3. # Author: AndrΘ Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 02.03.2003
  6. # ------------------------------------------
  7. # This file is a part of highlight, a free source code converter released under the GPL.
  8. #
  9. # The file is used to describe keywords and special symbols of programming languages.
  10. # See README in the highlight directory for details.
  11. #
  12. # New definition files for future releases of highlight are always appreciated ;)
  13. #
  14. # ----------
  15. # andre.simon1@gmx.de
  16. # http:/www.andre-simon.de/
  17.  
  18.  
  19. $KW_LIST(kwa)=do else end errorlevel exist exit for goto if not pause return
  20. say select then when
  21.  
  22. # DOS Cmds
  23. $KW_LIST(kwb)=ansi append assign attrib autofail backup basedev boot break
  24. buffers cache call cd chcp chdir chkdsk choice cls cmd codepage command comp
  25. copy country date ddinstal debug del detach device devicehigh devinfo dir
  26. diskcoache diskcomp diskcopy doskey dpath dumpprocess eautil endlocal erase
  27. exit_vdm extproc fcbs fdisk fdiskpm files find format fsaccess fsfilter
  28. graftabl iopl join keyb keys label lastdrive libpath lh loadhigh makeini
  29. maxwait md mem memman mkdir mode move net patch path pauseonerror picview
  30. pmrexx print printmonbufsize priority priority_disk_io prompt protectonly
  31. protshell pstat rd recover reipl ren rename replace restore rmdir rmsize run
  32. set setboot setlocal shell shift sort spool start subst suppresspopups swappath
  33. syslevel syslog threads time timeslice trace tracebuf tracefmt trapdump tree
  34. type undelete unpack use ver verify view vmdisk vol xcopy xcopy32 xdfcopy
  35.  
  36. $STRINGDELIMITERS="
  37.  
  38. $SL_COMMENT=rem REM Rem
  39.  
  40. $IGNORECASE=true
  41.  
  42. $SYMBOLS= ( ) [ ] { } , ; : & | < > !  = / *  %  + -
  43.